home *** CD-ROM | disk | FTP | other *** search
/ SVM Multimedia Villagina 5 / SVM Multimedia - Villagina 5.iso / mac / SVMM_5 / ecole / JOY.DIR / 00096_Script_96 < prev    next >
Text File  |  1996-01-13  |  129b  |  8 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go to the frame -1
  4.   end if
  5.   if not soundBusy(1) then
  6.     go "Mod01"
  7.   end if
  8. end